SixBit API Schema
OrderStatusType Simple Type
Description
The status of an order. This field is required if the SubStatusID or SubStatusName field is provided.
Namespace (none)
Type
Restriction of xs:string
Diagram
OrderStatusType Simple Type
Overview
OrderStatusType Restriction of xs:string
The status of an order. This field is required if the SubStatusID or SubStatusName field is provided.
Facets
EnumerationAwaitingPayment
EnumerationInProcess
EnumerationFulfilled
Source
<xs:simpleType name="OrderStatusType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The status of an order.  This field is required if the SubStatusID or SubStatusName field is provided.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="AwaitingPayment" />
    <xs:enumeration value="InProcess" />
    <xs:enumeration value="Fulfilled" />
  </xs:restriction>
</xs:simpleType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.